home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 38 / Amiga Format CD38 (1999-03-15)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-04].iso / -seriously_amiga- / programming / other / cyberxxxsrc / decoder / txt / utils.h < prev    next >
C/C++ Source or Header  |  1999-02-08  |  137b  |  4 lines

  1. extern void __regargs mycopymem(ulong *src, ulong *dst, ulong size);
  2. extern void __regargs mymemset(ulong *mem, uchar val, ulong size);
  3.  
  4.